Closed (fixed)
Project:
Video
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2007 at 07:36 UTC
Updated:
16 Apr 2007 at 06:47 UTC
i was trying to make autoplay work in youtube videos,
in the html parameters i tried autoplay=1, autoplay=true and it does not seem to work,
seeing the source code it was creating the param name/value pair correctly,
Your browser is not able to display this multimedia content.
how can i make autoplay work (also for google videos),
support appreciated,
thanks
rizz
Comments
Comment #1
fax8 commentedthis has been asked frequently
http://drupal.org/node/105631
Comment #2
rizz commentedthe flashvars params was there for google and was working fine for google videos.
for you tube videos the flashvars params was not there so i had to copy that
" $output .= 'param name="movie" value="http://www.youtube.com/v/' . check_plain($node->vidfile) . '"
param name="FlashVars" value="playerMode=embedded&autoplay=1" ' . "\n"
. _video_get_parameters($node) .
'
'. t('Your browser is not able to display this multimedia content.') .'
"
and put autoplay=1
hope this helps some one
thanks and it works great
rizz
Comment #3
fax8 commenteddrupal.org is filtering your previous post... please post it using
tags.Comment #4
rizz commentedupdating the post:
for you-tube to work autoplay identify this code in video.module and make changes :
regards
rizz
http://www.rizwan.in
Comment #5
(not verified) commented